xen: driver/char: fix const declaration of DT compatible list
authorJulien Grall <julien.grall@linaro.org>
Tue, 24 Dec 2013 11:28:47 +0000 (11:28 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 7 Jan 2014 13:31:20 +0000 (13:31 +0000)
commit57a45785584e651b807eed08f3a6950d4ade0156
tree1a31531fe137a561f18a3435495e8bdca058a1a4
parentdd3ab3881494136999138d70f4fe28ebabe8660c
xen: driver/char: fix const declaration of DT compatible list

The data type for DT compatible list should be:
    const char * const[]  __initconst

Fix every serial drivers which support device tree.

Spotted-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/drivers/char/exynos4210-uart.c
xen/drivers/char/ns16550.c
xen/drivers/char/omap-uart.c
xen/drivers/char/pl011.c